home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / pingpong.swf / scripts / DefineButton2_514 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-01-10  |  378 b   |  20 lines

  1. on(release){
  2.    var ┬º\x01┬º = 643;
  3.    if(eval("\x01") == 643)
  4.    {
  5.       set("\x01",eval("\x01") - 204);
  6.       stopAllSounds();
  7.       _root.country = 2;
  8.       gotoAndStop("go");
  9.       play();
  10.    }
  11.    else if(eval("\x01") == 439)
  12.    {
  13.       set("\x01",eval("\x01") - 304);
  14.    }
  15.    else if(eval("\x01") == 135)
  16.    {
  17.       set("\x01",eval("\x01") + 47);
  18.    }
  19. }
  20.